lcPaint_PtbufAddLine Home

Adds two points into a points buffer.

 BOOL lcPaint_PtbufAddLine (
   HANDLE hPtbuf,
   double X1,
   double Y1,
   double X2,
   double Y2
 );

Parameters
hPtbuf
  Handle to points buffer.
X1 Y1
  First point coordinates.
X2 Y2
  Second point coordinates.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_PtbufAddLineP